home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / DTS Sample Code / Snippets / Toolbox & IAC / Sound / MultiPlay / Synth.make < prev    next >
Encoding:
Text File  |  1991-05-06  |  344 b   |  19 lines  |  [TEXT/MPS ]

  1. #   File:       Synth.make
  2. #   Target:     Synth
  3. #   Sources:    Synth.cp
  4. #   Created:    Thursday, November 15, 1990 12:43:49 PM
  5.  
  6.  
  7. OBJECTS = Synth.cp.o
  8.  
  9.  
  10.  
  11. Synth ƒƒ Synth.make {OBJECTS}
  12.     Link -t APPL -c '????' ∂
  13.         {OBJECTS} ∂
  14.         "{Libraries}"Runtime.o ∂
  15.         "{Libraries}"Interface.o ∂
  16.         -o Synth
  17. Synth.cp.o ƒ Synth.make Synth.cp
  18.      CPlus  Synth.cp
  19.